Always set window->parent (except or the root window itself); if the
authorOwen Taylor <otaylor@redhat.com>
Wed, 24 Oct 2001 14:15:50 +0000 (14:15 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 24 Oct 2001 14:15:50 +0000 (14:15 +0000)
commitb7c639eafe40712d5515d4ca647380bda4b03bf9
tree3ff4d3b9017093f1c006b8ca2002d2debb0e479d
parentec00283fcae874de1b3460e2ba16f4cf0c8e0a38
Always set window->parent (except or the root window itself); if the

Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>

* gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always
set window->parent (except or the root window itself); if
the window's parent is not a GdkWindow, or is a window of
        type GDK_WINDOW_FOREIGN, set window->parent to the root parent.

* gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
windows of type GDK_WINDOW_FOREIGN.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkwindow.c
gdk/win32/gdkwindow-win32.c
gdk/x11/gdkwindow-x11.c